home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e139 / eisa.cfg < prev    next >
Text File  |  1994-07-26  |  2KB  |  56 lines

  1. ## AMIsetup EISA configuration file
  2. ##
  3. ## *************** Copyright (C) 1993 Robert Muchsel *******************
  4. ##
  5. ## This file is needed by AMIsetup to access EISA NVRAM properly.
  6. ## PLEASE DO NOT DELETE THIS FILE!
  7. ##
  8. ## If you are a hardware wizard, you may want to add more chipsets to
  9. ## this file. If you're not, HANDS OFF!
  10. ##
  11. ## AMIsetup understands the following commands:
  12. ##
  13. ## OFF
  14. ## - disables EISA NVRAM access
  15. ## DETECT
  16. ## - tries to detect the EISA NVRAM port at the given addresses
  17. ##   (more than one DETECT line possible)
  18. ## SET
  19. ## - sets the EISA NVRAM port to a given value without trying to detect
  20. ##   the correct port (may help you in case of an error)
  21. ##
  22. ## Syntax of DETECT/SET:
  23. ##
  24. ## DETECT/SET LO,HI,OFFSET,CHECKSUM,1S,1E,2S,2E,3S,3E,4S,4E
  25. ##  LO        : Index port low byte
  26. ##  HI        : Index port high byte
  27. ##  DATA      : Data port
  28. ##  OFFSET    : Offset of setup values in NVRAM
  29. ##  CHECKSUM  : Offset of (word sized) NVRAM checksum (add w/o carry)
  30. ##              0000 if no checksum
  31. ##  _S        : Start of 1st/2nd/3rd/4th checksummed region
  32. ##  _E        : End of 1st/2nd/3rd/4th checksummed region
  33. ##
  34. ## Some BIOS versions do a checksum over the EISA NVRAM, some don't.
  35. ## If your BIOS does, there might be 2 or 4 regions included in the
  36. ## checksum. Set unused regions' start offsets to 1 and end offsets
  37. ## to 0.
  38. ##
  39. ##
  40. ## Examples:
  41. ##  SET 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68,0001,0000,0001,0000
  42.  
  43. ; SIS
  44. DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68,0001,0000,0001,0000
  45. ; SIS-EISA 12/12/91 SL 486VE
  46. DETECT 0CA2,0CA3,0CA4,0F00,0F94,0F41,0F4D,0F60,0F68,0F70,0F7B,0F90,0F93
  47. ; Generic SIS without checksum
  48. DETECT 0CA2,0CA3,0CA4,0F00,0000,0000,0000,0000,0000,0000,0000,0000,0000
  49. ; OPTI without checksum
  50. DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000,0000,0000,0000,0000
  51. ; Texas Instruments TI EISA/S without checksum
  52. DETECT 0C00,0C01,0C02,0F00,0000,0000,0000,0000,0000,0000,0000,0000,0000
  53. ; Set OFF for VIAEISA chipset
  54. ;
  55. ## End.
  56.